.linked:not(.vertical) > & { @extend %linked; }
- .linked:not(.vertical) > &:focus + * { border-left-color: entry_focus_border(); } // colors the border of the widget following a focused entry
+ .linked:not(.vertical) > &:focus + .entry,
+ .linked:not(.vertical) > &:focus + .button,
+ .linked:not(.vertical) > &:focus + GtkComboBox > .the-button-in-the-combobox,
+ .linked:not(.vertical) > &:focus + GtkComboBoxText > .the-button-in-the-combobox {
+ border-left-color: entry_focus_border(); // colors the border of the widget following a focused entry
+ }
// entry error and warning style
@each $e_type, $e_color in (error, $error_color),
box-shadow: none; }
.entry.progressbar:backdrop {
background-color: transparent; }
- .linked:not(.vertical) > .entry:focus + * {
+ .linked:not(.vertical) > .entry:focus + .entry, .linked:not(.vertical) > .entry:focus + .button, .linked:not(.vertical) > .entry:focus + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical) > .entry:focus + GtkComboBoxText > .the-button-in-the-combobox {
border-left-color: #0f2b48; }
.entry.error {
color: #cc0000;
box-shadow: none; }
.entry.progressbar:backdrop {
background-color: transparent; }
- .linked:not(.vertical) > .entry:focus + * {
+ .linked:not(.vertical) > .entry:focus + .entry, .linked:not(.vertical) > .entry:focus + .button, .linked:not(.vertical) > .entry:focus + GtkComboBox > .the-button-in-the-combobox, .linked:not(.vertical) > .entry:focus + GtkComboBoxText > .the-button-in-the-combobox {
border-left-color: #4a90d9; }
.entry.error {
color: #cc0000;